AffectedCookie

data class AffectedCookie(name: String, path: String, domain: String)

Information about a cookie that is affected by an inspector issue.

Constructors

AffectedCookie
Link copied to clipboard
fun AffectedCookie(name: String, path: String, domain: String)

Properties

domain
Link copied to clipboard
val domain: String
name
Link copied to clipboard
val name: String
The following three properties uniquely identify a cookie
path
Link copied to clipboard
val path: String

Sources

jvm source
Link copied to clipboard